home *** CD-ROM | disk | FTP | other *** search
/ USGS: Database for the G…f Kilauea Volcano, Hawaii / USGS Database for the Geologic Map of the Summit Region of Kilauea Volcano, Hawaii.iso / styles / common.css next >
Cascading Style Sheet File  |  2007-10-01  |  6KB  |  249 lines

  1. /* ===OFFICIAL USGS STYLE SHEET===
  2. This CSS has been approved by all applicable parties and is subject to change...with prior notice. This CSS is meant to provide a consistent look and feel across all USGS Web pages and can be used in conjunction with the custom.css file and any additional style sheets of your own.
  3.  
  4. DO NOT MODIFY THIS FILE IN ANY WAY.
  5.  
  6. You can customize some areas of the header ONLY by making the changes in the custom.css file. Refer to the custom.css file for specific instructions.
  7. ===END DISCLAIMER NOTICE===*/
  8.  
  9. /* ===STANDARD HEADER===*/
  10.  
  11. #usgscolorband {
  12.     font: 14px Verdana, Arial, Helvetica, sans-serif;
  13.     width: 100%;
  14.     height: 5.14em;
  15.     background: #006633 url(http://www.usgs.gov/images/headers/hazards.jpg) 178px 0px no-repeat; 
  16.     min-height: 72px;
  17. }
  18. #usgsbanner {
  19.     width: 100%;
  20.     height: 72px;    
  21. }
  22. #usgsidentifier {
  23.     background-color: black;
  24.     width: 178px;
  25.     height: 5.14em;
  26.     float: left;
  27. }
  28. #usgsidentifier img {
  29.     border: none;
  30. }
  31. #usgscoop { 
  32.     padding-left: 18px; 
  33.     position: relative; 
  34.     float: left;
  35.     height: 5.14em; 
  36.     background-color: black;
  37.     min-height: 72px;   
  38. #usgscoop img {
  39.     margin-right: 3px;
  40.     border: none;
  41. }
  42. #usgstitle { 
  43.     background-color: #006633; 
  44.     clear: both; 
  45.     width: 100%; 
  46.     border-bottom: 1px solid #ffffff; 
  47.     border-top: 1px solid #ffffff; 
  48.     font: 14px Verdana, Arial, Helvetica, sans-serif; 
  49.     color: #ffffff; 
  50. #usgstitle p { 
  51.     font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
  52.     padding: 5px; 
  53.     margin: 0px; 
  54. /* ===STANDARD CUSTOMER SERVICE AREA===*/
  55. #usgsccsabox {
  56.     float: right;
  57.     background-color: #000000;
  58.     min-height: 72px;
  59. }
  60. #usgsccsa {
  61.     font:  1em/.5em Verdana, Arial, Helvetica, sans-serif;
  62.     height: 5.14em;
  63.     width: 10.5em;
  64. }
  65. #usgsccsa a:link, #usgsccsa a:visited { 
  66.     font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  67.     color: #ffffff; 
  68.     margin-left: 4px; 
  69.     text-decoration: none; 
  70. #usgsccsa a:hover { 
  71.     font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  72.     color: #ffffff; 
  73.     text-decoration: underline; 
  74.     margin-left: 4px; 
  75. #usgsccsa a:active { 
  76.     font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  77.     color: #ffffff; 
  78.     margin-left: 4px; 
  79.     text-decoration: none; 
  80. }
  81. /* ===STANDARD CONTENT===*/
  82. body {
  83.     font-family: Verdana, Arial, Helvetica, sans-serif;
  84.     font-size: small;
  85.     color: #000000;
  86.     background-color: #ffffff;
  87. }
  88. th, td {
  89.     font-family: Verdana, Arial, Helvetica, sans-serif;
  90.     font-size: small;
  91. }
  92. /* ===STANDARD FOOTER===*/
  93. #usgsfooter {
  94.     font-family: Verdana, Arial, Helvetica, sans-serif;
  95.     font-size: small;
  96.     margin-top: 20px;    
  97.     margin-bottom: 2px;
  98. }
  99. #usgsfooterbar {
  100.     background-color: #666666;
  101.     padding: 4px;
  102.     margin-bottom: -16px;
  103. }
  104. #usgsfooterbar a:link, #usgsfooterbar a:visited {
  105.     margin-right: 40px;
  106.     color: #ffffff;
  107.     text-decoration: none;
  108. }
  109. #usgsfooterbar a:hover {
  110.     margin-right: 40px;
  111.     color: #ffffff;
  112.     text-decoration: underline;
  113. }
  114. #usgsfooterbar a:active {
  115.     margin-right: 40px;
  116.     color: #ffffff;
  117.     text-decoration: none;
  118. }
  119. #usgsfootertext {
  120.     padding: 4px;
  121. }
  122. #usgsfootertext img {
  123.     border: none;
  124.     float: right;
  125.     margin-right: .3em;
  126. }
  127.             
  128.             
  129.         /* =============================================================================*/
  130.         /* === OLD TEMPLATES Version: FY 2006 (Deprecated but supported until further notice ===*/
  131.         /* =====These styles are only here to support older templates. DO NOT EDIT =====*/
  132.         
  133.         .bannerColorBand {
  134.             font: 14px Verdana, Arial, Helvetica, sans-serif;
  135.             width: 100%;
  136.             height: 5.14em;
  137.             background-color: #006633;
  138.         }
  139.         .banner {
  140.             background: url("http://www.usgs.gov/images/headers/hazards.jpg") #006633 178px 0px no-repeat;
  141.             width: 100%;
  142.             height: 72px;    
  143.         }
  144.         .identifier {
  145.             background-color: black;
  146.             width: 178px;
  147.             height: 5.14em;
  148.             float: left;
  149.         }
  150.         .coop { 
  151.                 padding-left: 18px; 
  152.                 position: absolute; 
  153.                 height: 5.14em; 
  154.                 background-color: black;   
  155.         } 
  156.         .siteTitle { 
  157.                 background-color: #006633; 
  158.                 clear: both; 
  159.                 width: 100%; 
  160.                 border-bottom: 1px solid #ffffff; 
  161.                 border-top: 1px solid #ffffff; 
  162.                 font: 14px Verdana, Arial, Helvetica, sans-serif; 
  163.                 color: #ffffff; 
  164.         } 
  165.         #pTitle { 
  166.                 font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
  167.                 padding: 5px; 
  168.                 margin: 0px; 
  169.         } 
  170.         /* ===STANDARD CUSTOMER SERVICE AREA===*/
  171.         .ccsaBox {
  172.             float: right;
  173.             background-color: #000000;
  174.         }
  175.         .ccsa {
  176.             font:  1em/.5em Verdana, Arial, Helvetica, sans-serif;
  177.             height: 5.14em;
  178.             width: 10.5em;
  179.         }
  180.         .ccsa a:link { 
  181.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  182.             color: #ffffff; 
  183.             margin-left: 4px; 
  184.             text-decoration: none; 
  185.         } 
  186.         .ccsa a:visited { 
  187.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  188.             color: #ffffff; 
  189.             margin-left: 4px; 
  190.             text-decoration: none; 
  191.         } 
  192.         .ccsa a:hover { 
  193.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  194.             color: #ffffff; 
  195.             text-decoration: underline; 
  196.             margin-left: 4px; 
  197.         } 
  198.         .ccsa a:active { 
  199.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  200.             color: #ffffff; 
  201.             margin-left: 4px; 
  202.             text-decoration: none; 
  203.         }
  204.         .footerBar {
  205.             background-color: #666666;
  206.             font-family: Verdana, Arial, Helvetica, sans-serif;
  207.             font-size: 1em;
  208.             /*/*/padding: 4px; /*End hiding for this section in Netscape 4x*/
  209.             margin-top: 20px;
  210.             margin-bottom: -16px;
  211.         }        
  212.         .footerBar a:link { 
  213.            margin-right: 40px;
  214.            color: #ffffff; 
  215.            text-decoration: none; 
  216.         } 
  217.         .footerBar a:visited { 
  218.            margin-right: 40px;
  219.            color: #ffffff; 
  220.            text-decoration: none; 
  221.         } 
  222.         .footerBar a:hover { 
  223.            margin-right: 40px;
  224.            color: #ffffff; 
  225.            text-decoration: underline; 
  226.         } 
  227.         .footerBar a:active { 
  228.            margin-right: 40px;
  229.            color: #ffffff; 
  230.            text-decoration: none; 
  231.         } 
  232.         .footerText {
  233.             font-family: Verdana, Arial, Helvetica, sans-serif;
  234.             font-size: 1em;
  235.             margin-bottom: -2px;
  236.             /*/*/padding: 4px;/*End hiding for this section in Netscape 4x*/
  237.         }
  238.         .footerText img {
  239.             border: none;
  240.             float: right;
  241.         }
  242.         /* === End OLD TEMPLATES: FY 2006 ===*/
  243.         /* ===============================================================*/
  244.